Delete Method (Attachment Object)
The Delete
method deletes this attachment.
Syntax
objAttachment.Delete()
Parameters
objAttachment
Required. The
Attachment object.
Remarks
The
Attachment object is set to Nothing and is removed from memory, but the
change is not permanent until you use the Update, Send, or Delete
method on the parent Message object.
See Also
Delete Method (Attachments Collection)